home *** CD-ROM | disk | FTP | other *** search
/ Gear Audio / Gear Audio CD-ROM.iso / csav / dos / se_scan.exe / SCANREAD.BAT < prev   
Encoding:
DOS Batch File  |  1999-02-01  |  3.2 KB  |  53 lines

  1. @echo off
  2.  
  3. if '%1' == '' goto NORMAL
  4. goto %1
  5.  
  6. :NORMAL
  7. cls
  8. echo ╔═════════════════════════════════════════════════════════════════════════════╗
  9. echo ║    Before running FPROT.BAT, you may add a few environment variables to     ║
  10. echo ║    LOGIN script that give identification of user station and login name     ║
  11. echo ║                                                                             ║
  12. echo ║    Below are a couple of variables you will want to establish:              ║
  13. echo ║                                                                             ║
  14. echo ║   [sample LOGIN script]                                                     ║
  15. echo ║                                                                             ║
  16. echo ║  dos set NETNAME="%FULL_NAME"          name assigned by SYSCON               ║
  17. echo ║  dos set STATION="%STATION"            connection number at file server      ║
  18. echo ║  dos set NODE="%P_STATION"             node address                          ║
  19. echo ║                                                                             ║
  20. echo ║                                                                             ║
  21. echo ║    FPROT.BAT copies these values into a file called LOGG, which is located  ║
  22. echo ║    on the user's locad hard drive, and then later appended to the network   ║
  23. echo ║    the report generated by F-PROT.EXE. The path will need to be modified in ║
  24. echo ║    FPROT.BAT to reflect where the report is to be saved on the server.      ║
  25. echo ║                                                                             ║
  26. echo ╚═════════════════════════════════════════════════════════════════════════════╝
  27. pause
  28. cls
  29. echo ╔═════════════════════════════════════════════════════════════════════════════╗
  30. echo ║  Also before running FPROT.BAT, edit line 151 or ERR-CHK.BAT to identify    ║
  31. echo ║                                                                             ║
  32. echo ║  where the destination report is to be written on the file server.          ║
  33. echo ║                                                                             ║
  34. echo ║  For more information contact the technical support department              ║
  35. echo ║                                                                             ║
  36. echo ║          Command Software Systems                                           ║
  37. echo ║          (407) 575-3200                                                     ║
  38. echo ║                                                                             ║
  39. echo ║                                                                             ║
  40. echo ║          For a printed copy of this document type:                          ║
  41. echo ║                                                                             ║
  42. echo ║                   README PRINT                                              ║
  43. echo ║                                                                             ║
  44. echo ║          at the c: prompt.                                                  ║
  45. echo ║                                                                             ║
  46. echo ╚═════════════════════════════════════════════════════════════════════════════╝
  47. GOTO END
  48.  
  49. :PRINT
  50. TYPE README.BAT > PRN
  51.  
  52. :END
  53.